DirectoryPopup 1.0.1 is a C code snippet for Macintosh programmers that shows how to implement a Finder-like pop-up menu for folder navigation in window titles. CodeWarrior 10 project files and a sample application are included. -- marco
FFTs for RISC 1.21
------------------
Enclosed is a stuffit archive of version 1.21 of my 'C' source code fft library. I have also included an executable version of the test app for people without compilers that want to benchmark their Macs (scroll back to the first output line for the timing results.) The library itself is unchanged. Very-Fast Fourier Transform routines. Routines are provided for the real and complex forward and inverse transforms.
Flame 0.9
---------
Flame is a very simple set of subprograms that will allow you to create flame effects.
MADE Code Package 1.0
---------------------
MADE - Macintosh Application Development Essentials MADE is a tiny package of C/C++ code which provides all the lowest-level needs for a Macintosh application. It is designed for people who are learning, or know how to program Macs, but don't have the time, energy or desire to write basic menu, event, memory and error handling routines.
MPEG Audio for Mac Source
-------------------------
Due to popular demand, I've enclosed the source for my (old) port of maplay to the Mac. This is the source to "MPEG Audio for Macintosh 0.3.3". I no longer support this quick port, since my freeware SoundApp 2.1.1 supports MPEG playback and conversion and works much better.
Pic Control CDEF
----------------
This is a CDEF i would like to post on info-mac. It is a picture control definition that creates a 3-d button based on a picture and/or text.
SafeAlert - C 1.0
-----------------
SafeAlert is a set of routines that is meant to reduce the worry involved in attempting to display modal alerts while your application is in the background. Instead of using functions such as StopAlert, NoteAlert, or CautionAlert, you can use calls to SafeAlert. SafeAlert automatically determines whether your application is in the foreground, and based on this (and some other preferences which are all programmer-settable) information can perform several tasks.
Talking Clock Pro Source 2.0.1
------------------------------
Enough people have pestered me about updating Talking Clock (and fixing the bug where it didn't talk) that I finally broke down and did it. Talking Clock speaks the time every hour on the hour, or more often if you prefer.
Ultimate Button CDEF 1.0.2
--------------------------
Ultimate Button CDEF is a very Cool Control Definition which let you create Buttons with Text, Icon Families, cicn Resources, ICON Resources, SICN Resources and PICT Resources. Very Cool 3D Effect!
UResourceParser
---------------
UResourceParser is a simple framework for creating parsers for resource of almost any type. Also included is source code for generating a skeleton parser from a ResEdit TMPL resource. It utilizes some utility classes of Metrowerks PowerPlant application framework. This can be easily adapted to your needs however. This is freeware. Use it as you see fit, respect my copyright and don't blame me for any problems with it.